# DDK project created on Tuesday, August 20, 1996 4:38:22 PM 
#     by Newton C++ Tools 
#PackageofParts

LocalLinkOptions="-dupok "

LocalARMCppOptions="-cfront -W "

LocalCfronttOptions=""

LocalCfrontCOptions="-W "

LocalCOptions="-d forARM "

LocalPackerOptions=" -packageid 'xxxx' -copyright 'Copyright (c) 1997 Apple Computer, Inc.'"

# add/change/delete lines like those below for other include files needed by your source files.
-i  "{DDK_Includes-dir}"
-ic "{DDK_Includes-dir}Bootstrap"
-ic "{DDK_Includes-dir}CLibrary"
-ic "{DDK_Includes-dir}CommAPI"
-ic "{DDK_Includes-dir}Communications"
-ic "{DDK_Includes-dir}Frames"
-ic "{DDK_Includes-dir}HAL"
-ic "{DDK_Includes-dir}OS600"
-ic "{DDK_Includes-dir}Packages"
-ic "{DDK_Includes-dir}Power"
-ic "{DDK_Includes-dir}PSS"
-ic "{DDK_Includes-dir}QD"
-ic "{DDK_Includes-dir}Toolbox"
-ic "{DDK_Includes-dir}UtilityClasses"
-ic "{DDK_Includes-dir}Printing"

-srcdirs ':'

-tpart -protocol -aif "{Objects-dir}printerDriver.bin" -autoload -autoRemove 
# add lines here with the names of your protocol source files
KodakDiconixDriver.cp
-clike KodakDiconixDriver.impl.h

# ARMCpp  		will compile files named with the suffix .cp
# ARMCfront		will compile files named with the suffix .cf
# ARMCpp -ansic   will compile files named with the suffix .c
# ARMAsm 			will compile files named with the suffix .a

"{DDK_Libraries-dir}CardGlue.a.o"

# Repeat the -tpart line above for other -protocol parts or -frame parts, etc
# and follow it with source/library file lines to build it
# use a line like this -clike ExampleTool.impl.h for the .impl.h files of a protocol

-tpart -frames "{Objects-dir}KodakDiconixDriver.pf.part" -notify 'prnt' ""
KodakDiconixDriver.pf

# following line defines the final build target name followed by the package name 
#  and any other Packer options you didn't define above in the LocalPackerOptions= definition. 
-tpackage "{Objects-dir}printerDriver.pkg" "printerDriver" -version 01
